home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / gt_cdrom.zip / READ.ME < prev   
Text File  |  1991-07-29  |  6KB  |  160 lines

  1.                             Island Software
  2.                             ===============
  3.  
  4.                                Presents
  5.  
  6.                       GT-CDROM System version 1.0
  7.                       ===========================
  8.  
  9. The following files should be present after unzipping the GT-CDROM.ZIP
  10. file:
  11.  
  12.    READ.ME          This file.
  13.    CDROMSET.EXE     Setup program.
  14.    CDROMMPR.EXE     CDROM disk mapper.
  15.    CDROMMVR.EXE     CDROM file mover.
  16.  
  17. The following is a list of subdirectories used as example
  18. subdirectories. They are only examples, if another name is used,
  19. substitute that name for the example name.
  20.  
  21.    C:\CDROMDAT\     will contain the files moved from the CDROM disk.
  22.                     This will be the bulletin board files download
  23.                     subdirectory.
  24.    C:\GT16\         GT-POWER BBS files.
  25.  
  26. HOW THE SYSTEM WORKS: (a two step process)
  27. ---------------------
  28.  
  29. STEP 1.
  30.  
  31.    The user enters a "gtdoor" which runs program CDROMMVR.EXE. This
  32.    program asks for names of the files the user wishes to download.
  33.    These files are moved from the CDROM disk to a GT files area on the
  34.    hard disk. The program creates FILES.CBS and FILES.BBS, and updates
  35.    them with the names and sizes of the files moved.
  36.  
  37. STEP 2.
  38.  
  39.    The user changes the files area (option C from the main menu) to an
  40.    area called "CDROM files download area". The user may now download
  41.    the files from the hard disk, in the normal way under GT POWER
  42.    control. The user may check the files sizes and names by using the
  43.    F option under the main menu.
  44.  
  45. INSTALLATION:
  46. -------------
  47.  
  48. SUBDIRECTORY:
  49.    Create the subdirectory C:\CDROMDAT. Create a short text file
  50.    describing the CDROM disk, name it C:\CDROMDAT\README.TXT.
  51.  
  52. COPY:
  53.    Copy programs CDROMSET.EXE, CDROMMPR.EXE and CDROMMVR.EXE to GT-
  54.    POWER's subdirectory; C:\GT16\.
  55.  
  56. CDROMSET.EXE:
  57.    Run program CDROMSET.EXE, it will create CDROM.CFG, the
  58.    configuration file for the other two programs.
  59.  
  60.    It will first ask for the letter designator of the CDROM unit, for
  61.    example; E:. Second it will ask for the name of the subdirectory
  62.    for the moved files, for example; C:\CDROMDAT.
  63.  
  64. CDROMMPR.EXE:
  65.    Run program CDROMMPR.EXE, it will create CDROM.MAP, the map of the
  66.    CDROM disk.
  67.  
  68. GT-POWER:
  69.    Configure a gt door to run the program CDROMMVR.EXE. The following
  70.    is an example of GTDOOR24.BAT, for door 24, assumes the modem is on
  71.    comm port 2. Shareware GATEWAY2 (gate2 for comm port 2) is used to
  72.    handle the communications to and from the user.
  73.  
  74.    GTDOOR.BAT
  75.    ----------
  76.  
  77.    ECHO OFF
  78.    CD \GT16         // Change to GT-Power subdirectory
  79.    CTTY GATE2       // Use Gateway2 to communicate with user
  80.    CDROMMVR         // Execute the mover program
  81.    %1 CON           // Return communication control
  82.  
  83.    Add a line in text file GTDIR.BBS to configure a GT-Power files
  84.    download area for C:\CDROMDAT. Call it something like "CDROM files
  85.    download area". This is the area from which the user will download
  86.    the moved files.
  87.  
  88. FILES DESCRIPTION FILE:
  89. -----------------------
  90.  
  91. Usually, the CDROM file description files are very large files, there
  92. fore they need to be handled in special ways.
  93.  
  94.    A zipped file of descriptions should be put on the hard disk as
  95.    C:\CDROMDAT\DESCRIP.ZIP. This file may be downloaded by the user
  96.    directly from the CDROM file area.
  97.  
  98.    Optional - another subdirectory can be created, for example;
  99.    C:\CDROMDES. Under GT-POWER configure another file area for this
  100.    subdirectory. Then copy the description file from the CDROM disk to
  101.    files C:\CDROMDES\FILES.CBS and C:\CDROMDES\FILES.BBS. These files
  102.    will enable the user to do file name and/or key name searches on
  103.    line.
  104.  
  105. HOW CDROMMVR.EXE WORKS:
  106. -----------------------
  107.  
  108. -  Begins execution by opening file CDROM.CFG. It reads the CDROM unit
  109.    letter and the subdirectory name for the moved files.
  110. -  Deletes all files in the subdirectory, except files named
  111.    README.TXT and DESCRIP.ZIP.
  112. -  Creates files FILES.CBS and FILES.BBS, and writes headers to both
  113.    files.
  114. -  Asks the user for file names.
  115.    -  Reads file CDROM.MAP.
  116.    -  If the file can not be found, informs user.
  117.    -  If file is found, a complete path to the file on the CDROM disk
  118.       is formed.
  119.       -  The file is moved from the CDROM disk to the file area on the
  120.          hard disk.
  121.       -  The file name and size is added to files FILES.CBS and
  122.          FILES.BBS.
  123. -  When the user presses the return without a file name, the sequence
  124.    is finished.
  125. -  Closes all files.
  126.  
  127. NOTES:
  128. ------
  129.  
  130. -  CDROMMPR.EXE maps the CDROM disk two subdirectories deep. Usually
  131.    that is enough for CDROM disks.
  132. -  When there are duplicate file names under different subdirectories,
  133.    only the first file will be found. For example if files \SUB1\FILEX
  134.    and \SUB2\FILEX are on the same CDROM disk, only the first FILEX
  135.    file on the disk will be found.
  136. -  These programs were developed on the SPACE COMMAND BBS,
  137.    International Netmail node 029/032. Questions may be directed to
  138.    Joe Ball or Kevin Schorzman, via the International Netmail.
  139. -  Our configuration: We are running on a 386sx PC with 2 Meg of RAM,
  140.    GT-Power 16.0, Tandy CDR1000 CDROM player. Disks we have used are
  141.    PC-SIG release 9, Publique Arte from Quanta Press, and RBBS.
  142.  
  143. REGISTRATION:
  144. -------------
  145.  
  146. If you like the GT-CDROM programs and intend to use them on your GT-
  147. POWER BBS, please consider registering GT-CDROM. Send $10.00 to:
  148.  
  149.    Joe Ball
  150.    P.O.Box 1065
  151.    APO San Francisco, CA
  152.       96555
  153.  
  154. Please include your name, address and your board's phone number if it
  155. is open to the public. Also add any comments about the GT-CDROM
  156. programs, including any suggestions for improvement. We welcome
  157. suggestions for future programs that will help you improve your BBS.
  158. In return we will keep all registered users informed of revisions to
  159. this program and any others that we produce.
  160.